@charset "utf-8";
/*
    Document   : CSS样式初始化
    Created on : 2016.7.23
    Author     :
    Description:
        CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
        导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" />
*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img{border:0 none;}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none;list-style-type: none;}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body {background:#fff}   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button {line-height:1 ;font-family:"微软雅黑", "黑体","宋体";} /* 重置页面文字属性 */
a {color:#666;text-decoration:none;}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none;}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */
.clearfix{
	clear: both;
}
/*wel css*/
.welbox{
	position: relative;
	background: #0054a9;
	font-size: 18px;
	color: white;
	line-height: 30px;
}
/*top css*/
.logo{
	width:180px;
  	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  	position: absolute;
  	top:0;
  	z-index: 100;
}
/*nav css*/
.navbox{
	height: 120px;
}
.navbox li{
	width: 14%;
	padding: 35px 0;
	float: left;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	border-right:1px solid #d9d9d9;  
}
.navbox li:first-child {border-left:1px solid #d9d9d9;}
.navbox li span{
	font-size: 14px;}
.navbox li a{
	display: block;
	color: #333;
}
.navbox li:hover{
 background: #1288db;}
 .navbox li:hover a{
 	color: white;
 }
/*about*/
.aboutbox{
	padding-top:80px;
	padding-bottom: 80px;
}
.aboutbox .a_left{
	padding-left: 20px;
}
.aboutbox p{
	margin:30px 0;
	text-indent: 2em;
	font-size: 16px;
	line-height: 35px;
	color: black
}
.aboutbox a{
	width: 150px;
	display: block;
	background: #004cb3;
	font-size:16px;
	line-height: 50px;
	color: white;
}
/*pro*/
.probox{
	background: url(../img/01bg.jpg)no-repeat center center;
	background-size: cover;
	height: 900px;
	padding:180px 0 90px;
}
.probox li{
	width: 31%;
	float: left;
	margin: 0 13px 30px;
	position: relative;
}
.probox li .p_txt{
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	font-size: 18px;
	line-height: 30px;
	color: white;
	transition: all 1s;	
}
.probox li:hover .p_txt{
	height: 100%;
	transition: all 1s;	
	padding-top: 120px;
}
/*class*/
.classbox{
	padding-top:60px;
	padding-bottom: 60px;
}
.classbox li{
	width: 130px;
	height: 130px;
	float: left;
	margin:0 50px;
	background: url(../img/ys1.jpg)no-repeat center center;
	font-size: 16px;
	transition: all 0.6s;
}
.classbox li a{
	display: block;
	color: white;
	line-height: 130px;
}
.classbox li:hover{
	background: url(../img/ys01.jpg)no-repeat center center;
	transition: all 0.6s;
}
.classbox li:hover a{
	color: #333;
}
/*youshi*/
.ysbox{
	background: url(../img/02bg.jpg)no-repeat center center;
	background-size: cover;
	height: 750px;
	padding-top: 175px;
}
.ysbox li{
	background: #004cb3;
	height: 450px;
	padding-top: 70px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	color: white;
}
.ysbox li img{
	transition: all 1s;
}
.ysbox li .yslist{
	margin-top: 90px;
	padding-bottom: 20px;
	font-size: 20px;
}
.ysbox li .yslist span{
	font-size: 28px;
	color: #ffa200;
}
.ysbox li .yscont{
	padding: 0 20px;
	font-size: 16px;
	line-height: 30px;
}
.ysbox li:hover img{
	transform: rotate(360deg);
	transition: all 1s;
}
/*ad*/
.adbox{
	background: url(../img/03bg.jpg)no-repeat center center;
	color: #004cb3;
	font-size: 32px;
	line-height: 200px;
}
.adbox p{
	width: 50%;
	float: left;
	margin-left: 100px;
	padding-top: 50px;
	font-size: 30px;
	line-height: 40px;
	color: black;l
}
/*news*/
.title{
	margin:80px auto 40px;
}
.news{
	background: url(../img/04bg.jpg)no-repeat center center;
	height: 600px;
	background-size: cover;
	margin-bottom: 60px;
}
.n_left01{
	margin:60px 0;
	width: 47%;
	float: left;
	border: 1px solid #fff;
}
.n_left01_txt{
	height: 150px;
	background: rgba(255,255,255,0.9);
	padding: 20px;
	color: black;
}
.n_left01_txt span{
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
}
.n_left01_txt p{
	font-size: 16px;
	line-height: 25px;
}
.n_left01_txt a{
	display: block;
	color: #004cb3;
	font-size: 16px;
	line-height: 30px;
}
.n_right01{
	width: 53%;
	float: right;
	padding-top: 20px;
}
.n_right01 .nmore{
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}
.n_right01 .ndate{
	width: 60px;
	float: left;
	line-height: 60px;
	background: #004cb3;
	border-radius: 50%;
	font-size: 24px;
	color: white;
}
.n_right01 .ncont{
	height: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	width: 86%;
	background: none;
	float: right;
}
/*foot css*/

.footbox{
	background:#0b0b0d;
	
	color:white;
	padding-top: 50px;
}
.footbox .contact{
	font-size: 18px;
	line-height: 40px;
}
.footbox .ewm{
	width: 145px;
	float: left;
	margin-top: 10px;
	margin-left: 80px;
}
.sup{
	background: #0c1010;
	padding: 10px 0;
	line-height: 20px;
	color: white;
	text-align: center;
}
.sjAboutBox{
	margin: 20px 0;
}
.sjAboutBt span,.sjProBt span,.sjNewBt span{
	color: black;
	font-size: 18px;
}
.sjAboutBt hr,.sjProBt hr,.sjNewBt hr{
	border: 0;
	margin: 10px 0;
	background: #CCCCCC;
	height: 1px;
}
.sjAboutC p{
	font-size: 14px;
	line-height: 30px;
}
.sjAbout01{
	text-indent: 2em;
}
.sjAbout02 span{
	font-size: 14px;
	font-weight: bold;
}
.sjProC ul{
	margin: 0;
	margin-top: 15px;
}
.sjProC li{
	line-height: 30px;
	
}
.sjProC a{
	color: black;
	text-align: center;
	font-size: 14px;
	display: block;
}
.sjProC img{
	border: solid 1px #004cb3;
}
.sjProBox{
	margin-bottom: 20px;
}
.sjAdBt img{
	display: block;
	margin: 0 auto;
}
.sjNewBox{
	margin-top: 20px;
}
.sjAdC{
	margin: 0;
	margin-top: 10px;
}
.sjAdC li{
	background: #004cb3;
	padding: 10px 0;
	float: left;
	width: 48%;
	margin: 5px 1%;
}
.sjAdC img{
	margin: 0 auto;
}
.sjAdC p{
	color: white;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.sjNewC li{
	line-height: 40px;
	border-bottom: dashed 1px #004cb3;
}
.sjNewC a{
	color: black;
	font-size: 14px;
}
.sjNewC span{
	float: right;
}
.sjFooterBox{
	background: black;
	padding-top: 20px;
	padding-bottom: 10px;
}
.sjFooterBox span{
	font-size: 18px;
	color: white;
	
}
.sjFooterBox p{
	color: white;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
